ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / SheetTagHelper<TControl> Class / UpdateProperty Method
The property name.
The value of the property.

In This Topic
    UpdateProperty Method (SheetTagHelper<TControl>)
    In This Topic
    Updates the property in TObject. It is used to update the child property manually instead of the default one.
    Syntax
    'Declaration
     
    Protected Overridable Function UpdateProperty( _
       ByVal key As String, _
       ByVal value As Object _
    ) As Boolean
    protected virtual bool UpdateProperty( 
       string key,
       object value
    )

    Parameters

    key
    The property name.
    value
    The value of the property.

    Return Value

    A boolean value indicates whether to use the default update. True to skip the default update. Otherwise, use the default update.
    See Also